From cd7ba8c2a9a0e88de2f034003315b6c3142bd2f2 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 1 Dec 2007 22:59:12 +0000 Subject: [PATCH] (widget-type): Doc fix. --- lisp/wid-edit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/wid-edit.el b/lisp/wid-edit.el index 50df4bd56c6..4e5df635b81 100644 --- a/lisp/wid-edit.el +++ b/lisp/wid-edit.el @@ -488,7 +488,7 @@ new value.") ;;; Widget Properties. (defsubst widget-type (widget) - "Return the type of WIDGET, a symbol." + "Return the type of WIDGET. The type is a symbol." (car widget)) ;;;###autoload -- 2.30.2